.fm-news-wrapper .content-wrapper,
.fm-news-detailed-wrapper .content-wrapper {
    display: flex;
}

.fm-news-wrapper .article-image {
    flex-basis: 100px;
    margin-right: 30px;
}

.fm-news-wrapper .article-summary,
.fm-news-detailed-wrapper .article-body {
    flex-basis: 100%;
}

.fm-news-wrapper .article-image img,
.fm-news-detailed-wrapper .article-image img {
    max-width: 100%;
}

.fm-news-detailed-wrapper .article-body img {
    margin: 0 10px 10px;
}

.fm-news-detailed-wrapper .date {
    border-bottom: 1px solid #333;
    font-size: 12px;
    font-style: italic;
    margin: 0 0 10px;
    padding-bottom: 5px;
}

.fm-news-detailed-wrapper .content-wrapper {
    flex-direction: column;
}

@media screen and (min-width: 992px) {

    .fm-news-detailed-wrapper .content-wrapper {
        flex-direction: row;
    }

    .fm-news-detailed-wrapper .article-image {
        flex-basis: 200px;
        margin-right: 30px;
    }
}

@media screen and (max-width: 991px) {

    .fm-news-detailed-wrapper .article-image {
        text-align: center;
        margin-bottom: 15px;
    }
}